home *** CD-ROM | disk | FTP | other *** search
- Path: newsxfer.itd.umich.edu!caen!hasdi
- From: hasdi@news-server.engin.umich.edu (HASDI RODZMANN HASHIM)
- Newsgroups: comp.lang.c
- Subject: Re: An incredably dumb question
- Date: 13 Jan 1996 21:39:55 GMT
- Organization: University of Michigan Engineering, Ann Arbor
- Message-ID: <4d98rb$iij@srvr1.engin.umich.edu>
- References: <4d8tlk$pgk@ccnet3.ccnet.com>
- NNTP-Posting-Host: hasdi@date.engin.umich.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Jeffery C McLean (felinoid@ccnet.com) wrote:
- : and I should be able to figure it out myself....
- : But I can't.....
- : Here is my question....
- : I am looking for an alternitive to getc() I want to read carciters
- : as they are entered NOT after the user hits return.
- : I feal so stupid that I can't find it myself or figure it out...
- : Must be right under my nose... or I'd have it by now...
-
- I don't think there an ANSI library function that supports this. If you
- are using Borland/Turbo C, look under <conio.h>. There's some library
- functions like kbhit(). It won't be portable thought. :-/
-
- Hasdi
-